home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2003 #3 / K-CD_2003-03.iso / Lyrics Search Base / lyricsch.exe / install_script.iss
Text File  |  2002-07-21  |  2KB  |  39 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName="100Share.com Lyrics Search Base"
  5. AppVerName=Lyrics Base
  6. AppId="100Share.com Lyrics Search Base"
  7. DefaultDirName={pf}\100Share.com\Lyrics Base
  8. DefaultGroupName=100Share.com
  9. OutputBaseFilename=lyricsch
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14.  
  15. [Files]
  16. Source: "{app}\Lyrics100.exe"; DestDir: "{app}"; 
  17. Source: "{app}\skin.dat"; DestDir: "{app}"; 
  18. Source: "{app}\default\default.ini"; DestDir: "{app}\default"; 
  19. Source: "{app}\default\sing365artist.ini"; DestDir: "{app}\default"; 
  20. Source: "{app}\default\sing365song.IDX"; DestDir: "{app}\default"; 
  21. Source: "{app}\default\sing365song.DAT"; DestDir: "{app}\default"; 
  22. Source: "{app}\default\sing365album.DAT"; DestDir: "{app}\default"; 
  23. Source: "{app}\default\sing365album.IDX"; DestDir: "{app}\default"; 
  24. Source: "{app}\search.ini"; DestDir: "{app}"; 
  25. Source: "{app}\help.html"; DestDir: "{app}"; 
  26. Source: "{app}\lyrics.DAT"; DestDir: "{app}"; 
  27. Source: "{app}\lyrics.IDX"; DestDir: "{app}"; 
  28. Source: "{app}\lyrics.BLB"; DestDir: "{app}"; 
  29. Source: "{app}\lyrics.ini"; DestDir: "{app}"; 
  30. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  31.  
  32. [Run]
  33. Filename: "{app}\lyrics100.exe"; Description: "Run Lyrics Search Base Now"; Flags: postinstall skipifsilent nowait
  34.  
  35. [Icons]
  36. Name: "{group}\Run Lyrics Search Base"; Filename: "{app}\lyrics100.exe"; 
  37. Name: "{group}\Uninstall Lyrics Search Base"; Filename: "{app}\unins000.exe"; 
  38. Name: "{userdesktop}\100Share.com Lyrics Search Base"; Filename: "{app}\lyrics100.exe"; 
  39.